-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add compute units to jsonrpc parser #27466
fix: add compute units to jsonrpc parser #27466
Conversation
Codecov Report
@@ Coverage Diff @@
## master #27466 +/- ##
=======================================
Coverage 76.7% 76.7%
=======================================
Files 52 52
Lines 2651 2651
Branches 364 364
=======================================
Hits 2035 2035
Misses 483 483
Partials 133 133 |
/** The addresses of the accounts loaded for the transaction */ | ||
loadedAddresses?: LoadedAddresses | null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup it was missed but recently added in #27068, this addition just broke master unfortunately. In the future let's keep unrelated changes out of PR's
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha. Scroll down, @steveluscher. Sorry about that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh no worries! Merge conflicts happen, and it was originally my fault for missing that field :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Problem
The auto-complete of my editor did not show the computeUnitsConsumed field.
Tested with this example script: